entry: Remove unused/duplicate widget in IconInfo
authorDaniel Boles <dboles@src.gnome.org>
Sun, 30 Jul 2017 12:25:23 +0000 (13:25 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Sun, 30 Jul 2017 13:20:59 +0000 (14:20 +0100)
gtk/gtkentry.c

index 5c3a9f1915b756603341a3dc5999116b2ebf156e..8457cdf8cdc1dfcb654b579d24a6871bd624e2f9 100644 (file)
@@ -267,7 +267,6 @@ struct _GtkEntryPrivate
 struct _EntryIconInfo
 {
   GtkWidget *widget;
-  GtkWidget *image;
   gchar *tooltip;
   guint nonactivatable : 1;
   guint in_drag        : 1;